home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d6 / sprt109b.arc / SPORTEX.CTL < prev    next >
Text File  |  1990-10-29  |  2KB  |  62 lines

  1. ;Sample SPORTEX.CTL File
  2. ;
  3. ;   This file resides in your SPORT default directory and defines the
  4. ;   commands YOU ALLOW to be triggered on your system via SPORT Remote
  5. ;   Programming.
  6. ;
  7. ;   Format of this file is:  PASSWORD COMMANDLINE, where PASSWORD
  8. ;   must begin in column 1 and is your secret to give out to those
  9. ;   to whom you decide to give this kind of access. Depending on
  10. ;   your COMMANDLINEs, this access can be very restrictive or quite
  11. ;   broad. The degree of restriction increases left to right.
  12. ;
  13. ;   This would be a restrictive COMMANDLINE (it is complete).
  14. ;PP copy c:\sport\sport.log c:\logs
  15. ;   This would be a broad COMMANDLINE (it is open-ended).
  16. ;PP copy
  17. ;
  18. ;   The COMMANDLINE must follow a single space after the PASSWORD.
  19. ;
  20. ;   Since this function is carried out in an unattended mode, any
  21. ;   command must be able to be carried out without human
  22. ;   intervention of any kind.
  23. ;
  24. ;
  25. ;<- Indicates a comment line
  26. ;   Uncommented lines may be used inside a message to take action
  27. ;   as described on the preceeding comment line.
  28. ;
  29. ;
  30. ;Send a snapshot of my system to Bill.
  31. PP map
  32. ;"map" is a batch file that creates an outgoing message.
  33. ;
  34. ;Directory listing of any directory on C or D drives.  Can be
  35. ;piped.
  36. PP dir
  37. ;"piped" means sent to a file which can be sent.
  38. ;Type any ASCII file available.  Can be piped.
  39. PP type
  40. ;
  41. ;Convert any *.BAD files to *.FLS files so they can be sent.
  42. PP sportu r
  43. ;
  44. ;Send SPORT log to Bill (as a message).
  45. PP sportu r 134454 Bill c:\sport\sport.log
  46. ;
  47. ;Send latest Manual Update to Bill (attach).
  48. PP sportu p 134454 c:\sdoc\manual.doc
  49. ;
  50. ;Send my Configuration and Phone List File to Bill (attach).
  51. PP sportu p 134454 c:\sport\sflash.cfg c:\sport\sflash.idx
  52. ;
  53. ; This is the registration batch file
  54. PP register
  55. ; To add numbers to the IDX file "on the fly" - another batch file
  56. PP add
  57. ;
  58. ;Try it! The SPORTEX Remote Programming feature of SPORT can be
  59. ;very powerful!
  60.  
  61. 
  62.